ASP.NET MVC コントロールヘルプ
ServiceBuilder<TControl,TBuilder> クラス
メンバ 

C1.Web.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 : ServiceBuilder<TControl,TBuilder> クラス
Serviceのビルダ。
オブジェクト モデル
ServiceBuilder<TControl,TBuilder> クラス
シンタックス
'宣言
 
Public MustInherit Class ServiceBuilder
    (Of TControl As Service,
     TBuilder As ServiceBuilder(Of TControl,TBuilder)) 
   Inherits ComponentBuilder(Of TControl,TBuilder)
   Implements ITemplateBuilder(Of TBuilder) 
public abstract class ServiceBuilder<TControl,TBuilder> : ComponentBuilder<TControl,TBuilder>, ITemplateBuilder<TBuilder>  
where TControl: Service
where TBuilder: ServiceBuilder<TControl,TBuilder>
型パラメータ
TControl
TBuilder
継承階層

System.Object
      C1.Web.Mvc.Fluent.BaseBuilder<TObject,TBuilder>
         C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TBuilder>
            C1.Web.Mvc.Fluent.ServiceBuilder<TControl,TBuilder>
               C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>
               C1.Web.Mvc.Fluent.LayoutBaseBuilder<TControl,TBuilder>
               C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder

参照

ServiceBuilder<TControl,TBuilder> メンバ
C1.Web.Mvc.Fluent 名前空間